home *** CD-ROM | disk | FTP | other *** search
/ Diabetes & Heart Disease - Understanding the Link / Diabetes and Heart Disease, Understanding the Link.iso / mac / doc / style.css < prev    next >
Cascading Style Sheet File  |  2003-06-06  |  1KB  |  73 lines

  1.  
  2.         
  3. .header {
  4.     font-size: 14px;
  5.     font-family: Arial, Helvetica, sans-serif;
  6.     font-weight: bold;
  7.     letter-spacing: 1.5px;
  8.     color: 5E92BE;
  9.     line-height:25px;
  10.     margin-top:20px;
  11.     }
  12.  
  13. .list {
  14.     font-size: 8pt;
  15.     font-family: Verdana, helvetica, sans-serif;
  16.     font-weight: bold;
  17.     color: #000000;
  18.     line-height:12px;
  19.     }
  20.     
  21. .welcome {
  22.     font-size: 11px;
  23.     font-family: Arial, Helvetica, sans-serif;
  24.     font-weight: bold;
  25.     letter-spacing: 1.2px;
  26.     line-height:16px;
  27.     color: 000000;
  28.     }
  29.  
  30. .intro {
  31.     font-size: 14px;
  32.     font-family: Arial, Helvetica, sans-serif;
  33.     font-weight: bold;
  34.     letter-spacing: 1.5px;
  35.     color: 000000;
  36.     }    
  37.  
  38. /* pdf */
  39.  
  40. a.doclink:link { 
  41.     font-size: 8.5pt;
  42.     font-family: Arial, Helvetica, sans-serif;
  43.     font-weight: bold;
  44.     color: #000000;
  45.     letter-spacing: 1.2px;
  46.     line-height:16px;
  47.     text-decoration: none;
  48.     }
  49.     
  50. a.doclink:active {
  51.     font-size: 8.5pt;
  52.     font-family: Arial, Helvetica, sans-serif;
  53.     font-weight: bold;
  54.     color: #000000;
  55.     letter-spacing: 1.2px;
  56.     line-height:16px;
  57.     text-decoration: none;
  58.     }
  59.     
  60. a.doclink:visited {
  61.     font-size: 8.5pt;
  62.     font-family: Arial, Helvetica, sans-serif;
  63.     font-weight: bold;
  64.     color: #000000;
  65.     letter-spacing: 1.2px;
  66.     line-height:16px;
  67.     text-decoration: none;
  68.     }
  69.     
  70. a.doclink:hover {
  71.     text-decoration: underline;
  72.     }    
  73.